home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
GUIDECON.DIR
/
00017_Script_sc reptile
< prev
next >
Wrap
Text File
|
1996-02-29
|
990b
|
27 lines
on mouseDown
-- button is hardwired for speed & to eliminate ambiguous behavior
global gsGuideChannel
set the castNum of sprite 10 to the number of cast "REPTILE1"
updateStage
puppetSprite gsGuideChannel, FALSE -- clear the old button
put 10 into gsGuideChannel
end
on mouseUp
-- button is hardwired for speed & to eliminate ambiguous behavior
global IndexLine, subjectLine, giWhichSubject, gbTOC
global gsFrameName -- frame label of subject used to go get GUIDEART.DIR
set the castNum of sprite 10 to the number of cast "REPTILE2" -- hardwired to 10
updateStage
put "reptile1" into gsFrameName -- entry point upon return from GUIDEART.DIR
go to "reptile1"
put 5 into giWhichSubject -- hardwired to 5
set gbTOC = FALSE
set IndexLine = 0 -- resets index to start from beginning
set subjectLine = 1 -- sets subject
GetSubjectList giWhichSubject
end